home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / cli / QuickToolsR1.readme < prev    next >
Encoding:
Text File  |  1993-09-15  |  2.2 KB  |  59 lines

  1. Short: CD and find files/dirs quickly (uses a database)
  2. Uploader: eivindno@idt.unit.no
  3. Type: os20/util
  4.  
  5. 930915                   QuickTools Release 1.0
  6.        Requires an Amiga with OS compatible with Workbench 2.04.
  7.  
  8.         Copyright © 1993 Ultima Thule Software, All Rights Reserved.
  9.                         Author: Eivind Nordseth
  10.  
  11. QuickTools  is  the  tool-package for the harddisk-owner who is tired of
  12. writing  long  pathnames  when changing directories and who doesn't have
  13. the  time  to  search for files manually.  QuickTools consists mainly of
  14. three  small utilities and a library where the search-routines are.  All
  15. search-routines support standard AmigaDOS wildcards.
  16.  
  17. Qcd:
  18. With  this  you  can  change  directory  by  only  writing enough of the
  19. directory  name  to  identify  it.  The directory can be anywhere on the
  20. harddisk.
  21.  
  22. If you want to change to a directory with the following path: 
  23. 'Harddisk0:Work/SAS/SelfMade/QuickCD'
  24. It's several ways to do it:
  25. You can write: 'Qcd Harddisk0:Work/SAS/SelfMade/QuickCD' (the hard way)
  26. Or           : 'Qcd hard:/sas//quic'
  27. Or           : 'Qcd Self/Quick'
  28. Or           : 'Qcd :///#?cd'
  29. Or           : 'Qcd QuickCD' 
  30. Or just      : 'Qcd qui'   (the fast way)
  31.  
  32. And bang you are in 'Harddisk0:Work/SAS/SelfMade/QuickCD' !!
  33. Quite nice eh!! 
  34.  
  35. QFind:
  36. Search for files, scans through the database in just a few seconds.
  37.  
  38. QPop:
  39. A commodity for file and directory searching.
  40.  
  41.  
  42. These programs are a must for any serious hard-disk user!!
  43.                                     
  44. Why use QuickTools instead of other similar utilities:
  45. - All search routines support wildcards and are in a seperate library 
  46.   which also could be used by *your* program without any trouble.
  47. - Qcd (<2K) and QFind (1K) is quite small and can be made resident.
  48. - The database is quite compact, (37K to store 4500 filenames with 
  49.   directory information).
  50. - Qcd is almost as fast as the normal CD since the directory database
  51.   is kept resident in memory.
  52. - QPop can pop up with a hotkey and the search result can be copied to 
  53.   the clipboard so that it can be pasted to the input stream by program 
  54.   supporting this.
  55. - All GUI's can be controlled by the keyboard. No need to move your 
  56.   hand to the mouse.
  57.  
  58. Not convinced ? Give it a try anyway.
  59.